home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
store.dir
/
00139_Cancel Button.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-26
|
311 b
|
15 lines
on mouseUp
global orders, session
puppetSprite(5, 0)
if the visible of sprite 12 <> 1 then
set the visible of sprite 12 to 1
updateStage()
end if
puppetSprite(12, 0)
repeat with i = 1 to session
set tmpline to getLast(orders)
deleteOne(orders, tmpline)
end repeat
GoReturn()
end